First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

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

  • retag add tags

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?

Keerthi's avatar
1
Keerthi
asked 2019-08-08 07:27:48 +0000
edit flag offensive 0 remove flag close merge delete

Comments

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

cmaynard's avatar cmaynard (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's avatar Keerthi (2019-08-08 14:28:57 +0000) edit
add a comment see more comments

1 Answer

1

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.

cmaynard's avatar
11.1k
cmaynard
answered 2019-08-08 16:02:35 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer