aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer23-61/+63
2005-07-23Some more 'char*' -> 'const char*' changesjmayer2-2/+2
2005-07-23Add includes to fix warnings of typejmayer2-0/+2
2005-07-23Move declaration of sttype_register_* functions fromjmayer2-7/+7
2005-07-23Move declaration of void ftype_register_* to ftypes-int.h.jmayer3-15/+15
2005-07-23Fix lots of warnings of type:jmayer1-1/+1
2005-07-23avoid a crash when tree is nulllego1-1/+2
2005-07-23ICMP MPLS updates and a new preference option fromsahlberg1-7/+32
2005-07-23we no longer need to g_free() teh string returned by dissect_rpc_string.sahlberg5-51/+1
2005-07-22include stdlib instead of malloc.h sahlberg1-1/+1
2005-07-22recode tvb_memdup() into more efficient emem fucntions.sahlberg1-25/+17
2005-07-22No longer neededetxrab2-996/+0
2005-07-22From Martin Mathieson:etxrab2-2/+1829
2005-07-22recode the tvb_memdup() to use emem calls.sahlberg1-19/+3
2005-07-22remove a redundant tvb_memdup() and fix a potential buffer overflow at the ...sahlberg1-4/+2
2005-07-22replace one tvb_memdup() with a tvb_memcpy() using an automatically freed eme...sahlberg1-3/+4
2005-07-22Fix some warnings (and one of my previous 'fixes')jmayer1-8/+8
2005-07-22Set svn:keywords and svn:eol-stylejmayer2-2/+2
2005-07-22Fix a potential memory leak.gerald1-1/+1
2005-07-22From Graham Bloiceetxrab1-247/+346
2005-07-22From Maynard, Chris.etxrab1-24/+27
2005-07-22Use NULL intead of "" in all calls to packet-gsm_a.cetxrab1-12/+12
2005-07-22Add ep_init_chunk.etxrab1-0/+1
2005-07-22convert all other nasty "rotating static array" from to_str.c and make them u...sahlberg1-155/+74
2005-07-22More 'char*' -> 'const char*' warning fixesjmayer1-14/+14
2005-07-22Beginning of radiotap's header dissectionjmayer1-15/+41
2005-07-22EMEM : a simple and FAST api to allocate memory that will be automatically fr...sahlberg5-11/+200
2005-07-22fix some bugs in a value stringsahlberg1-3/+3
2005-07-22fix for bug 290sahlberg1-0/+1
2005-07-21When trying to handle gzip-compressed data, don't seek past the end of our gerald1-0/+6
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choicesahlberg29-1146/+1587
2005-07-21More warining fixes: char -> const charjmayer1-1/+1
2005-07-21More warining fixes: char -> const charjmayer2-2/+2
2005-07-21One forgotten warning fixjmayer1-1/+1
2005-07-21small warning fixesjmayer2-6/+7
2005-07-20"fix" bug #244: the implementation was correct but a bit hard to understand. ...ulfl1-6/+6
2005-07-20In packet-gsm_a.c:gerald2-278/+198
2005-07-20Convert the result of tvb_get_guint8 to (gint8) so that the displayjmayer1-2/+2
2005-07-20prettify the HW type and address printouts slightly.sahlberg1-7/+15
2005-07-20Fix: packet-dis-enums.h:248: warning: comma at end of enumerator listjmayer1-1/+1
2005-07-20add proper decoding and presentation of domain strings in dhcpv6sahlberg1-17/+51
2005-07-20Change proto_register_protocol to use 'const char*' instead of 'char*'jmayer2-2/+2
2005-07-20fix for bug 285sahlberg1-0/+15
2005-07-19Move Win32-specific variable declaration to the beginning of a function. gerald1-3/+8
2005-07-19fix three doxygen warningsulfl1-3/+3
2005-07-19From Aboosahlberg2-0/+564
2005-07-19from Graeme Hewson: "Fixes for ethereal config files"ulfl1-15/+14
2005-07-19Fix an unpack_digits off by one error.etxrab1-119/+175
2005-07-19minor fix to add required alignment for AueryPathInfo level 0x107sahlberg1-1/+8
2005-07-18DIS packets must be at least 12 bytes long. DIS uses port 3000, byguy1-2/+13