aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-browser.c
Commit message (Expand)AuthorAgeFilesLines
* char *drep -> guint8 *drepJörg Mayer2004-01-191-42/+42
* From Jean-Baptiste Marchand: add operation names for browser service.Guy Harris2003-10-021-73/+83
* Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter2003-08-041-9/+1
* Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter2003-06-261-2/+16
* Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris2003-01-301-23/+23
* Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter2003-01-281-89/+89
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-30/+30
* Change each DCERPC dissector to pass in a hf value on initialisationTim Potter2002-06-241-2/+2
* ALIGN_TO_4_BYTES cleanupRonnie Sahlberg2002-06-161-15/+3
* Removed some trailing commas from various DCERPC dissectors.Tim Potter2002-05-311-4/+4
* Fixed bug when dissectors forgot to eat the array headers for conformant_run==1Ronnie Sahlberg2002-05-301-7/+28
* DCERPC Browser protocol updates. Dissection completed of all functions and st...Ronnie Sahlberg2002-05-281-10/+663
* Dissection of some functions and structure for dcerpc browser protocol.Ronnie Sahlberg2002-05-281-6/+426
* Added skeleton dissector for DCERPC Browser protocolRonnie Sahlberg2002-05-281-0/+83