Ask Your Question
0

Is there any way to restrict the length of data entered by an user in a request using wireshark?

asked 2019-08-08 07:27:48 +0000

Keerthi gravatar image

For example if an user enters a data which is 10 characters long. And we have to restrict it to 5 characters. Is it possible in wireshark?

edit retag flag offensive close merge delete

Comments

Your question is very vague. What data is being entered by the user where?

cmaynard gravatar imagecmaynard ( 2019-08-08 14:20:17 +0000 )edit

I am sorry. I have developed a very small web application using java, jsp and tomcat. In that if a user enters a user name of more than 10 characters, can wireshark restrict it to exactly 10 characters? The request is a http one. I am new to wireshark. I was asked this question by one of our teacher at our clg.

Keerthi gravatar imageKeerthi ( 2019-08-08 14:28:57 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-08-08 16:02:35 +0000

cmaynard gravatar image

Wireshark is a passive sniffer. It will dissect and display whatever information is made available to it, so if the data contains more than 10 characters, then that's what Wireshark will show you.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-08-08 07:27:48 +0000

Seen: 271 times

Last updated: Aug 08 '19