summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-17/+23
2012-05-07Revert previous change - packet-umts_fp.h wasn't changed.Guy Harris1-0/+1
2012-05-07packet-umts_fp.h now requires epan/conversation.h.Guy Harris1-0/+1
2012-05-07packet-umts_fp.h now requires epan/conversation.h.Guy Harris1-0/+1
2012-05-07packet-umts_fp.h now requires epan/conversation.h.Guy Harris1-0/+1
2012-05-07packet-umts_fp.h now requires epan/conversation.h.Guy Harris1-0/+1
2012-05-07Include <epan/conversation.h> from packet-umts_fp.h.Martin Mathieson1-1/+0
2012-05-07packet-umts_fp.h now requires epan/conversation.h.Guy Harris1-0/+1
2012-05-07packet-umts_fp.h now requires epan/conversation.h.Guy Harris1-0/+1
2012-05-07Use converstaion info in umts_fp.Anders Broman5-63/+265
2012-05-07Decode the Israeli TCM and CAM messages.Jeff Morriss1-2/+19
2012-05-07General cleanup:Bill Meier1-294/+271
2012-05-07General fixes and cleanup:Bill Meier1-92/+105
2012-05-07(Minor): packet_reg_handoff() & prefs callback not req'd;Bill Meier2-15/+10
2012-05-07Use defines in value_string values.Anders Broman1-64/+76
2012-05-07Avoid calling tvb_get_ptr() on 0-length TVBs.Jakub Zawadzki2-22/+7
2012-05-07From David Wei:Anders Broman1-4/+9
2012-05-07Trivial typo: of -> orChris Maynard1-1/+1
2012-05-07From Evan Huus:Bill Meier1-5/+0
2012-05-07From Evan Huus:Bill Meier1-2/+4
2012-05-07From Evan Huus: remove unused variablesBill Meier2-5/+1
2012-05-07From Evan Huus:Bill Meier1-19/+22
2012-05-06Move converation setup code, pretify som messages info col. entries.Anders Broman2-122/+292
2012-05-06[Automatic manuf, services and enterprise-numbers update for 2012-05-06]Gerald Combs3-1014/+1201
2012-05-05Prefs callback not required ....Bill Meier1-16/+6
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier25-104/+0
2012-05-05Fix a typo which resulted in displaying the wrong SCTP stream reset responseMichael Tüxen1-1/+1
2012-05-05Actually remove #include <sys/types.h> ....Bill Meier1-4/+0
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier86-302/+3
2012-05-05Display CHAP password's Ident and String components.Chris Maynard1-1/+32
2012-05-05https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6906 :pascal1-2/+2
2012-05-05Cosmetic change....Bill Meier1-1/+1
2012-05-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6892 :Jeff Morriss1-4/+14
2012-05-05Clean up white space and indentation; remove tabs.Jeff Morriss1-37/+36
2012-05-05From Nhi Nguyen:pascal1-2/+2
2012-05-05Directly calculate the time stamp based on the offset in the stream fromGuy Harris1-20/+18
2012-05-05Add support for Israeli national variant of (ITU) ISUP; Only the BCMJeff Morriss1-440/+766
2012-05-05Fix some more hf encodings.Jeff Morriss4-35/+35
2012-05-05Fix some encoding arguments.Jeff Morriss3-8/+8
2012-05-04As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....Jeff Morriss1-3/+3
2012-05-04The rest of the fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7221Jeff Morriss3-3/+31
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed.Bill Meier1-69/+57
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier73-469/+112
2012-05-04Fix typo errorpascal2-2/+2
2012-05-04Clean up indentation.Guy Harris1-31/+30
2012-05-04Websocket masked tvb was never freed, set it as child of original tvb.Jakub Zawadzki1-1/+2
2012-05-04FALSE -> ENC_BIG_ENDIAN conversionpascal3-329/+357
2012-05-04ng_file_seek_rand() is supposed to return a Boolean; make it do so.Guy Harris1-3/+3
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris45-333/+172