aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-6/+6
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy1-2/+3
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-16/+13
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-2/+5
2001-11-18Added hooks to allow the registration of heuristic subdissectors ofhagbard1-1/+19
2001-09-04Change from Thomas Wittwer to register HTTP dissector by name, for otherguy1-1/+3
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-4/+4
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+5
2001-01-11Provide a way by which protocols that run atop HTTP, such as IPP, canguy1-125/+123
2001-01-11"dissect_http()" doesn't need to be global any more; make it static.guy1-2/+8
2001-01-11There's no need to register port 631 twice for IPP; do so only once.guy1-5/+30
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-7/+10
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2001-01-03Support for HTTP methods added by GENA (the uPnP protocol), and for theguy1-4/+87
2000-11-21Initialize "http_type" to HTTP_OTHERS before callingguy1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-3/+3
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-4/+4
2000-11-15Tvbuffify the IPP dissector, and have it register itself rather thanguy1-10/+10
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkguy1-2/+2
2000-11-09Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.guy1-70/+93
2000-10-19Patch from Isaac Wilcox to do case-sensitive checks for HTTP methods andguy1-16/+13
2000-09-30Don't put any "\r" and/or "\n" at the end of an HTTP request or replyguy1-3/+4
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cgram1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-6/+6
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-4/+4
2000-05-11Add tvbuff class.gram1-5/+5
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-1/+15
2000-02-23"http_tree" doesn't need to be static; make it local toguy1-27/+29
2000-02-23Fix HTTP request & response.deniel1-18/+39
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-2/+2
1999-12-06Patch from Jerry Talkington to:guy1-3/+16
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-2/+8
1999-10-16Add display filters.deniel1-11/+30
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aguy1-4/+9
1999-09-12Use "dissect_data()" to put in the raw HTTP data, rather than doing itguy1-5/+3
1999-07-30Fix a typo in "Hypertext".guy1-2/+2
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-3/+16
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,gram1-1/+3
1999-07-07Created a new protocol tree implementation and a new display filtergram1-6/+5
1999-03-30Changes to the routines to help decode text-oriented protocols (FTP,guy1-6/+6
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-19/+12
1999-02-12Add a first cut at HTTP decoding.guy1-0/+215