index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
dissectors
/
packet-bssap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't allow multiple registrations of a protocol in dissector tables.
Michael Mann
2015-11-04
1
-2
/
+2
*
Don't include "file.h" if you don't need it.
Guy Harris
2015-11-04
1
-0
/
+1
*
Remove all preferences related to enabling/disabling heuristic dissectors.
Michael Mann
2015-07-17
1
-2
/
+2
*
Add "user presentable" and "unique string ids" to heuristic table entries.
Michael Mann
2015-07-12
1
-2
/
+2
*
[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as an
AndersBroman
2015-01-14
1
-1
/
+1
*
First batch of unincludes. Last attempt...
Martin Mathieson
2014-12-22
1
-1
/
+0
*
Cleanup use of #includes in non-generated epan/dissector/*.c
Bill Meier
2014-12-21
1
-4
/
+0
*
Remove sccp_info member from packet_info structure.
Michael Mann
2014-11-26
1
-90
/
+89
*
Eliminate proto_tree_add_text from several dissectors.
Michael Mann
2014-11-02
1
-76
/
+82
*
Add editor modelines; fix indentation as needed.
Bill Meier
2014-09-29
1
-0
/
+13
*
proto_tree_add_text cleanup
Michael Mann
2014-09-12
1
-25
/
+31
*
Replace a couple of implementations of unpack_digits() with tvb_bcd_dig_to_wm...
Jeff Morriss
2014-08-22
1
-51
/
+4
*
Remove now unused code, do API changes missed in previous commit.
AndersBroman
2014-08-20
1
-66
/
+57
*
Use dissect_e212_imsi() to dissect IMSI.
AndersBroman
2014-08-20
1
-21
/
+22
*
convert to proto_tree_add_subtree[_format]
Michael Mann
2014-06-22
1
-6
/
+3
*
Cleanup display filters reported by checkfiltername.pl
Michael Mann
2014-06-20
1
-3
/
+3
*
Revert "Fixup: tvb_* -> tvb_captured"
Michael Mann
2014-06-19
1
-57
/
+57
*
Fixup: tvb_* -> tvb_captured
Dario Lombardo
2014-06-18
1
-57
/
+57
*
tvb_new_subset -> tvb_new_subset_length when length parameters are equal.
Michael Mann
2014-06-07
1
-8
/
+8
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Add a sixteenth element to all BCD digit sets to avoid garbage values when
Evan Huus
2013-12-18
1
-2
/
+2
*
Convert a few more dissectors to wmem
Pascal Quantin
2013-09-12
1
-2
/
+2
*
Register BSSAP+ by name.
Anders Broman
2013-07-23
1
-0
/
+1
*
[-Wmissing-prototypes]
Anders Broman
2013-03-15
1
-1
/
+2
*
Fix spelling/typos found using a list of commonly misspelled words.
Bill Meier
2013-02-26
1
-1
/
+1
*
Comment out unused hf[] entries & etc.
Bill Meier
2013-01-31
1
-1
/
+3
*
Register in the UDP heuristic table rather than the internal one.
Anders Broman
2013-01-17
1
-1
/
+3
*
"Fill" a couple of value_string(ext)
Anders Broman
2012-12-12
1
-30
/
+32
*
Remove unneeded variable initializers.
Evan Huus
2012-12-02
1
-1
/
+1
*
Make all enum_val_t's const.
Jeff Morriss
2012-11-29
1
-2
/
+2
*
Minor cleanup:
Bill Meier
2012-10-18
1
-442
/
+512
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Initial commit to support yet another method of passing data between dissectors.
Jakub Zawadzki
2012-09-10
1
-1
/
+1
*
Don't add proto_bssap to the tree twice, once as a hidden item and once using...
Chris Maynard
2012-08-14
1
-4
/
+3
*
Use val_to_str_const() where appropriate;
Bill Meier
2012-08-10
1
-3
/
+4
*
Update filter names following the changes done in r44162
Pascal Quantin
2012-07-31
1
-2
/
+2
*
tvb_length_remaining() can return -1, so check if its return value is <= 0 wh...
Chris Maynard
2012-07-13
1
-53
/
+53
*
Update FSF address - part II.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.
Bill Meier
2012-05-04
1
-8
/
+0
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-03-10
1
-1
/
+2
*
Fix a duplicate display filter name.
Chris Maynard
2012-01-24
1
-1
/
+1
*
Fix some duplicate display filter names.
Chris Maynard
2012-01-19
1
-7
/
+7
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-2
/
+2
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-04
1
-36
/
+36
*
Get rid of check_col, while at it set ENC.
Anders Broman
2011-09-26
1
-139
/
+131
*
Change the signature of elem_fcn():ns to include pinfo.
Anders Broman
2011-04-04
1
-26
/
+26
*
Change the msg_fcn() signature to include pinfo.
Anders Broman
2011-04-04
1
-6
/
+4
*
Remove unneeded #includes (stdio.h,stdlib.h);
Bill Meier
2011-02-07
1
-124
/
+124
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-4
/
+4
*
The Mobile Status msg in BSSAP+ has IMSI as first possible IE
Gerasimos Dimitriadis
2010-08-17
1
-1
/
+1
[next]